Articles by Hitesh Jethva
-
How to Install Akaunting with Apache and Let's Encrypt SSL on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, ubuntu • Comments: 0Akaunting is an open-source and self-hosted accounting software application for small businesses and freelancers. In this tutorial, I will show you how to install Akaunting with Apache and Let's Encrypt SSL on Ubuntu 22.04.
-
How to Install Linux Kernel 6.0 on Ubuntu 22.04
Author: Hitesh Jethva • Tags: kernel, linux, ubuntu • Comments: 3The kernel is the core part of any Linux-based operating system. It acts as a bridge between the software and hardware of the computer system. In this tutorial, I will show you how to install Linux Kernel 6.0 on Ubuntu 22.04.
-
How to Install MEAN Stack on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, ubuntu • Comments: 0The MEAN stack is a free and open-source JavaScript-based framework used for developing web applications. The MEAN is made from four key technologies MongoDB, Express, Angular, and Node.
-
-
How to Install Suricata IDS on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, security, ubuntu • Comments: 2Suricata is a free and open-source network analysis and threat detection software developed by OSIF. It can be used as an intrusion detection system (IDS) and an intrusion prevention system (IPS).
-
How to Install DokuWiki on Ubuntu 22.04
Author: Hitesh Jethva • Tags: apache, linux, ubuntu • Comments: 0DokuWiki is a simple, easy-to-use, and highly versatile wiki software written in PHP. It is free, open-source, and uses a simple file format to store its data instead of using any database system. In this tutorial, we will show you how to install DokuWiki with Apache and the Let's Encrypt SSL certificate on Ubuntu 22.04.
-
How to Install Jupyter Notebook on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, ubuntu • Comments: 0Jupyter Notebook is a free, open-source, and web-based interactive computing platform that allows users to edit and run documents via a web browser. In this tutorial, I will show you how to install Jupyter Notebook on Ubuntu 22.04.
-
How to Install and Configure GlusterFS on Ubuntu
Author: Hitesh Jethva • Tags: cloud, linux, server, storage, ubuntu • Comments: 0GlusterFS is a free, open source and scalable network file system developed first by Gluster Inc. and later by Redhat. It is specifically designed for data-intensive workloads such as cloud storage, CDN and media streaming.
-
Setting Up an NFS Server and Client on CentOS 8
Author: Hitesh Jethva • Tags: centos, linux, server • Comments: 0NFS stands for "Network File System" and is a distributed file system protocol used for sharing files and folders between Linux-based operating systems. In this tutorial we will show you how to set up an NFS server and client under CentOS 8.
-
How to Install Apache with ModSecurity on Ubuntu 22.04
Author: Hitesh Jethva • Tags: apache, linux, security, ubuntu • Comments: 1ModSecurity is a free and open-source firewall tool supported by various web servers, such as Apache, Nginx, and IIS. In this tutorial, I will explain how to set up ModSecurity with Apache on Ubuntu 22.04.
-
How to Install Yarn Package Manager on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, programming, ubuntu • Comments: 0Yarn is a package manager for JavaScript environments. It is an alternative to the NPM package manager and was developed by Facebook in collaboration with Google, Tilde, and Expo Dev.